projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3300686
)
imcontextsimple: Disable some win32-only code
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 6 Apr 2020 19:32:27 +0000
(15:32 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 6 Apr 2020 19:33:49 +0000
(15:33 -0400)
This code needs to be redone differently, since keymaps are no
longer going to be exposed. There should really not be this much
ifdef-ed backend-specific code here anyway. Or any, really.
gtk/gtkimcontextsimple.c
patch
|
blob
|
history
diff --git
a/gtk/gtkimcontextsimple.c
b/gtk/gtkimcontextsimple.c
index 061fae5d10f0733a7d616078863c72d26eef2384..1e5bfac6c07957d1e2f7efe6507c4856d0eb2937 100644
(file)
--- a/
gtk/gtkimcontextsimple.c
+++ b/
gtk/gtkimcontextsimple.c
@@
-1262,7
+1262,8
@@
gtk_im_context_simple_filter_keypress (GtkIMContext *context,
{
gboolean success = FALSE;
-#ifdef GDK_WINDOWING_WIN32
+#if 0
+ /* FIXME this needs redoing since keymaps are no longer exposed */
if (GDK_IS_WIN32_DISPLAY (display))
{
guint16 output[2];